home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 001_015 / 011bc / Text
Encoding:
Text File  |  1993-08-02  |  2.8 KB  |  108 lines

  1. Copying the ViewStore Utility disc to ADFS
  2.  
  3. Why will you want to do this
  4.  
  5. ViewStore has been written to  be  filing  system independent, and as such 
  6. does not support the use  of more than one file per database, and does not 
  7. allow a database to be split  over several physical discs. So the user who 
  8. wishes to build a large database must  choose  a  filing  system that will 
  9. accommodate  his  data. The limit on DFS is 200K, for an  otherwise  empty 
  10. disc surface, whereas  as  ADFS  L(arge)  format  floppy  can store a 640K 
  11. database, and an ADFS Winchester drive correspondingly more. ADFS  is also 
  12. quite a bit faster than DFS on most file operations,  and  allows sensible 
  13. partitioning of your disc into various work areas.
  14.  
  15. How to go about it
  16.  
  17. To transfer all the utilities  and  examples  from your supplied Acornsoft 
  18. Viewstore disc, follow the instructions below.
  19.  
  20. If you have 40 track drives
  21.  
  22. Use your ADFS utilities (B/B+)  /  Welcome  disc  (Master 128) to format a 
  23. S(mall) format ADFS disc.
  24.  
  25. If you have 80 track drives
  26.  
  27. Use your ADFS utilities /  Welcome  disc  to  format a M(edium) or L(arge) 
  28. format  ADFS disc, depending on whether you have single  or  double  sided 
  29. disc drives.
  30.  
  31. If you have a BBC  Model  B  you  will need to run the Config program (See 
  32. ViewStore  installation  leaflet) first to convert your DFS ViewStore disc 
  33. to 80 track  format,  otherwise  (on a Model B+64, B+128 or Master Series) 
  34. type:
  35.  
  36. *DISC
  37.  
  38. *DRIVE 0 401
  39.  
  40. to read the supplied disc without having to use Config
  41.  
  42. Now do the following:
  43.  
  44. *BASIC
  45.  
  46. *FADFS
  47.  
  48. *MOUNT 01 - insert you ADFS utilities/Welcome disc into drive 0
  49.  
  50. With the ADFS utilities disc type:
  51.  
  52. LOAD "Utilities.Copyfiles"
  53.  
  54. If you are using your Welcome disc type: 
  55.  
  56. LOAD "Copyfiles"
  57.  
  58. *MOUNT 0 1 - insert your ADFS ViewStore work disc in drive 0
  59.  
  60. *CDIR ViewStore
  61.  
  62. *DIR ViewStore
  63.  
  64. *CDIR D
  65.  
  66. *CDIR E
  67.  
  68. *CDIR F
  69.  
  70. *CDIR I
  71.  
  72. *CDIR R
  73.  
  74. *CDIR S
  75.  
  76. *CDIR U
  77.  
  78. RUN
  79.  
  80. The Copyfiles program will now  ask  various  questions  that  you  should 
  81. answer as below, swapping discs where asked to.
  82. Copyfiles Vx.xx
  83.  
  84. Source filing system D ->DISC
  85. Enter DFS drive number 0 RETURN
  86. Enter source directory D RETURN
  87. Insert DFS disc into drive 0
  88. Destination filing system A ->ADFS
  89. Enter ADFS drive number 0 RETURN
  90. Enter destination directory $.ViewStore.D RETURN
  91. Copying mode L RETURN
  92. Source list spec * RETURN
  93.  
  94. Copyfiles will now copy all  files  from directory D on your DFS ViewStore 
  95. disc to the $.ViewStore.D directory on your  new  ADFS  disc. When this is 
  96. done,  the  prompt  'Source  list  spec'  will reappear. Press ESCAPE to 
  97. return to the main menu and repeat  for  all  the  above directories, i.e. 
  98. E,F,I,R,S  and U(e.g. DFS source directory U -> ADFS destination directory 
  99. $.Viewstore.U)
  100.  
  101. When you have done all  the  above transfers correctly, you should have an 
  102. ADFS disc ready for use with ViewStore.
  103.  
  104.  
  105.  
  106.  
  107. 23rd February 1989
  108.